MindFusion.Scheduling for ASP.NET Programmer's Guide
Thickness.SetProperties Method
See Also
 





Copies the values from the specified list to the properties of the current Thickness.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void SetProperties (
    IDictionary<string, Object> diction
)

Visual Basic  Copy Code

Public Sub SetProperties( _
    diction As IDictionary(Of String, Object) _
)

 Parameters

diction
Type: IDictionary<String, Object>
An IDictionary<string, object> list, where each property is presented with a string identical with its name and an object that represents its value.

 See Also

Thickness Members
Thickness Class
MindFusion.Scheduling Namespace